projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e553d5
)
(compose-chars-component): Add autoload cookie.
author
Kenichi Handa
<handa@m17n.org>
Mon, 1 Feb 1999 12:21:47 +0000
(12:21 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 1 Feb 1999 12:21:47 +0000
(12:21 +0000)
lisp/international/mule-util.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-util.el
b/lisp/international/mule-util.el
index 0aac9b323285a8c4f03c582b11cc5ddf1d1e4821..6f85392d667c2ad2d61143edfec03152da578d35 100644
(file)
--- a/
lisp/international/mule-util.el
+++ b/
lisp/international/mule-util.el
@@
-432,6
+432,7
@@
overall glyph is updated as follows:
;; Return a string for char CH to be embedded in multibyte form of
;; composite character.
+;;;###autoload
(defun compose-chars-component (ch)
(if (< ch 128)
(format "\240%c" (+ ch 128))